projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e9760
)
Remove deprecated GtkRadioMenuItem function (macro)
author
Christian Dywan
<christian@twotoasts.de>
Wed, 7 Oct 2009 15:54:16 +0000
(17:54 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:39:50 +0000
(
01:39
+0200)
gtk/gtkradiomenuitem.h
patch
|
blob
|
history
diff --git
a/gtk/gtkradiomenuitem.h
b/gtk/gtkradiomenuitem.h
index 46daa4dc5ca285e6fcef80785a6219154a937791..0cec6b06f8ebf9e06fe182f8a058b2e734009659 100644
(file)
--- a/
gtk/gtkradiomenuitem.h
+++ b/
gtk/gtkradiomenuitem.h
@@
-85,10
+85,6
@@
GSList* gtk_radio_menu_item_get_group (GtkRadioMenuItem *
void gtk_radio_menu_item_set_group (GtkRadioMenuItem *radio_menu_item,
GSList *group);
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_radio_menu_item_group gtk_radio_menu_item_get_group
-#endif
-
G_END_DECLS
#endif /* __GTK_RADIO_MENU_ITEM_H__ */